go/types.positioner.Pos (method)

5 uses

	go/types (current package)
		check.go#L386: 			check.trace(a.desc.pos.Pos(), "-- "+a.desc.format, a.desc.args...)
		errors.go#L241: 	Pos() token.Pos
		errors.go#L294: 		pos := at.Pos()
		infer.go#L113: 				tparams2[i].bound = check.subst(posn.Pos(), tparam.bound, renameMap, nil)
		infer.go#L117: 			params = check.subst(posn.Pos(), params, renameMap, nil).(*Tuple)